home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the windowType of window "Wintun16" to 2
- set runTop to the stageTop + 0
- set runLeft to the stageLeft + 0
- set runRight to the stageLeft + 304
- set runBot to the stageTop + 156
- set the rect of window "Wintun16" to rect(runLeft, runTop, runRight, runBot)
- open(window "Wintun16")
- set the visible of window "Wintun16" to 1
- pause()
- end
-